func bytes.makeSlice

2 uses

	bytes (current package)
		buffer.go#L142: 		buf := makeSlice(2*c + n)
		buffer.go#L222: func makeSlice(n int) []byte {